-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: use correct start dates on omnichannel reports #35100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 7c7124e The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35100 +/- ##
===========================================
- Coverage 59.21% 59.21% -0.01%
===========================================
Files 2824 2824
Lines 67995 67985 -10
Branches 15123 15121 -2
===========================================
- Hits 40263 40255 -8
Misses 24902 24902
+ Partials 2830 2828 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
aleksandernsilva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This code is shared with the Engagement Dashboard, so I recommend taking a look there to see if everything is working as it should.
- Considering the distinction between utc+0 and local time utc, it might be a good idea to test the edge scenario were changing this flag causes the
startand/orenddates to differ.
PS.: I tried running the tests locally and they were not passing, but CI seems fine 🤔
apps/meteor/client/components/dashboards/getClosedPeriod.spec.ts
Outdated
Show resolved
Hide resolved
They are only using the values from |
KevLehman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the omni review :)
|
/patch |
|
/bark |
|
AU AU |
|
/patch |
|
Pull request #35212 added to Project: "undefined" |

Proposed changes (including videos or screenshots)
The omnichannel reports page was getting data for one day earlier than supposed in any option that required a date that starts at the start of the month
Issue(s)
CORE-972
Steps to test or reproduce
Further comments